.container{position:relative;z-index: 9;background:rgba(51,51,51,0.8);width:320px;height:420px;overflow:hidden;padding:27px;box-sizing:border-box;text-align:center;}
.title{font-size:24px;color:#ffffff;font-weight:bold;margin-top:5px;text-align:left;}
.desc{font-size:12px;color:#ffffff;margin-top:1px;text-align:left;}
.mianze{ color:#52BCFF;font-size:12px }
.container .input-control{width:122px;height:40px;margin-top:30px;color:#333333;font-size:14px;box-sizing:border-box;}
.container .area{margin-left:15px;}
.container .agree{margin-top:30px;}
.container .input_sty{width:260px;height:40px;margin-top:5px;padding:0px 10px;color:#333333;font-size:14px;box-sizing: border-box;border: none;}
.sumbit{background:#ED404D;font-size: 16px;font-weight:bold;line-height: 20px;color: #FFFFFF;width:260px;height:40px;margin:10px 0px}
.num_color{color:#FFC04A;font-size:12px;}
/*免责声明 S*/
.disclamer-line{
    color: #999;
    text-align: left;
    overflow:hidden;
    margin-top:5px;
    margin-bottom: 0;
}
.no-margin{
    margin-top:20px;
}
.disclamer-line span{
    font-size: 12px
}
.disclamer-line .disclamer-check{
    width:10px;
    height: 10px;
    border:1px solid #999;
    border-radius: 2px;
    margin-top:3px !important;
    margin-right:5px !important;
    cursor:pointer;
    position:relative;
    display: inline-block
}
.disclamer-line a{
    color:#1F80C7;
    display: inline-block;
    border-bottom:none;
    text-align: center;
    position:relative;
}
.disclamer-line a span{
    left:-4px;
}
.disclamer-line span.disclamer-text{
    color:#ffffff;
}
.disclamer-line .disclamer-check i.fa-check{
    position:absolute;
    top: -1px;
    color: #1F80C7;
}
.container .error-tit{
    height: 15px;
    line-height: 15px;
    color: #ED404D;
    width:260px;
    text-align:left;
}
.container .top_form_mask .success_exit:hover{cursor: pointer;}
.container .top_form_mask .success{width:420px;height:220px;position:fixed;left: 50%;top:50%;transform: translate(-50%, -50%);z-index:9999;background:#FFFFFF;text-align:center;}
.container .top_form_mask .success span{color:#ED404D;font-size:14px;}
.container .top_form_mask .success_exit{background:#ED404D;width:260px;height:40px;display:flex;justify-content:center;align-items:center;font-size: 18px;z-index:9999;font-weight: 600;line-height: 25px;color: #FFFFFF;opacity: 1;margin:20px auto} .exit_btn:hover{cursor: pointer;}
.exit_btn_success{cursor: pointer;}
.exit_btn_success{position:absolute;top:20px;right:20px;background: url(/assets/home/index/img/new/close.png);background-size: 100% 100%;background-repeat: no-repeat;width:30px;height:30px;}
.top_form_mask{width:100%;height:100%;background:rgba(0,0,0,0.8);opacity: 1;position:fixed;left:0;right:0;top:0px;bottom:0px;overflow:hidden;z-index:9999}